From e04c04eb3e8af51a6eb23689435a19b49c820544 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Tue, 16 Nov 2004 18:59:47 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.428 (419a4e23aURf9dK_BkNINC85DT2RDw) Remove debug printks. --- linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c index f5c5fd8144..9fabbfe043 100644 --- a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c +++ b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c @@ -307,7 +307,6 @@ irqreturn_t smp_invalidate_interrupt(int irq, void *dev_id, } else leave_mm(cpu); } - xxprint("smp_invalidate_interrupt\n"); smp_mb__before_clear_bit(); cpu_clear(cpu, flush_cpumask); smp_mb__after_clear_bit(); @@ -362,7 +361,6 @@ static void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, */ send_IPI_mask(cpumask, INVALIDATE_TLB_VECTOR); - xxprint("flush_tlb_others lockup"); while (!cpus_empty(flush_cpumask)) /* nothing. lockup detection does not belong here */ mb(); -- 2.30.2